[SPARK-12049] [CORE] User JVM shutdown hook can cause deadlock at shutdown#10042
Closed
srowen wants to merge 2 commits intoapache:masterfrom
Closed
[SPARK-12049] [CORE] User JVM shutdown hook can cause deadlock at shutdown#10042srowen wants to merge 2 commits intoapache:masterfrom
srowen wants to merge 2 commits intoapache:masterfrom
Conversation
|
Test build #46887 has finished for PR 10042 at commit
|
…re narrowly synchronizing access to 'hooks'
Contributor
There was a problem hiding this comment.
nit: we generally use hooks.synchronized.
|
Test build #46895 has finished for PR 10042 at commit
|
Contributor
|
LGTM. |
|
Test build #46899 has finished for PR 10042 at commit
|
Contributor
|
Merging (master, 1.6, 1.5). |
asfgit
pushed a commit
that referenced
this pull request
Dec 1, 2015
…down Avoid potential deadlock with a user app's shutdown hook thread by more narrowly synchronizing access to 'hooks' Author: Sean Owen <sowen@cloudera.com> Closes #10042 from srowen/SPARK-12049. (cherry picked from commit 96bf468) Signed-off-by: Marcelo Vanzin <vanzin@cloudera.com>
asfgit
pushed a commit
that referenced
this pull request
Dec 1, 2015
…down Avoid potential deadlock with a user app's shutdown hook thread by more narrowly synchronizing access to 'hooks' Author: Sean Owen <sowen@cloudera.com> Closes #10042 from srowen/SPARK-12049. (cherry picked from commit 96bf468) Signed-off-by: Marcelo Vanzin <vanzin@cloudera.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Avoid potential deadlock with a user app's shutdown hook thread by more narrowly synchronizing access to 'hooks'